OpenBuildings GenerativeComponents Help

Rest

Returns a new list comprising the members in the given list, starting at the given index.

object[] Rest(object[] list, optional int firstIndex)

The default starting index is 1.

Returns null if the resultant list is empty.